.navbar-nav>li>a {
    text-decoration: none;
    padding: 24px 16px;
    color: #0065BD !important;
    font-family: "muli", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav>li>a:hover {
    background: #fff !important;
    color: #000 !important;
    transition: 0.6s;
}

.navbar-nav>li>a:focus {
    background: #fff !important;
    color: #000 !important;
    outline:2px dashed #000;
}

li#login-btn {
    list-style: none;
}

li#register-btn-white {
    list-style: none;
}

a.nav-link.login-link {
    font-weight: bold;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 8px;
    color: #0065BD;
    margin-right: 15px;
}
a.nav-link.register-link {
    font-weight: bold;
    border: 1px solid #000 !important;
    padding: 10px;
    border-radius: 8px;
    color: #0065BD !important;
    background: #fff !important;
}

a.nav-link.register-link:hover {
    background: #0065BD !important;
    color: #fff !important;
    transition: 0.6s;
}

a.nav-link.register-link:focus {
    outline: 2px dashed #000 !important;
    background: #fff !important;
    color: #000 !important;
}

a.nav-link.login-link {
    font-weight: bold;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 8px;
    color: #0065BD;
}

a.nav-link.login-link:hover {
    background: #0065BD !important;
    color: #fff !important;
    transition: 0.6s;
}
li#login-btn {
    list-style: none;
    margin-top: -10px;
}
li#register-btn-white {
    list-style: none;
    margin-top: -10px;
}
.navbar-expand-lg{
    margin-bottom: unset;
    background-color: #fff;
    box-shadow: 0 1px 10px rgb(96 99 101 / 50%);
}
.logo{
    width: 100px;
}
.Control {
    margin-top: 30px;
}

@media (min-width:769px) and (max-width: 1024px) {
.navbar-nav>li>a {
    font-size: 11px;
}
}
@media (min-width: 426px) and (max-width: 768px) {
    a.nav-link.login-link {
        width: 15% !important;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    a.nav-link.register-link {
        width: 15% !important;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0px;
        margin-left: 15px;
    }
}
@media (min-width: 376px) and (max-width: 425px) {
    li#login-btn {
        list-style: none;
        margin-top: 0px;
        margin-left: 15px;
    }
    a.nav-link.login-link {
        width: 20% !important;
        text-align: center;
        margin-bottom: 30px;
    }
    a.nav-link.register-link {
        width: 25% !important;
        text-align: center;
        margin-left: 15px;
    }

}
@media (min-width: 321px) and (max-width: 375px) {
    li#login-btn {
        list-style: none;
        margin-top: 0px;
        margin-left: 15px;
    }
    a.nav-link.login-link {
        width: 25% !important;
        text-align: center;
        margin-bottom: 30px;
    }
    a.nav-link.register-link {
        width: 30% !important;
        text-align: center;
        margin-left: 15px;
    }

}
@media (min-width: 280px) and (max-width: 320px) {
    a.nav-link.login-link {
        width: 25% !important;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    a.nav-link.register-link {
        width: 30% !important;
        text-align: center;
        margin-left: 15px;
    }

}